box: Remove gadget accessor
authorTimm Bäder <mail@baedert.org>
Thu, 4 May 2017 19:43:03 +0000 (21:43 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:11 +0000 (21:27 -0400)
gtk/gtkbox.c
gtk/gtkboxprivate.h

index dde4528b3fb4e44b97dd1bae70158f45aa6368b7..dafac31f343991aad8dd3b0a7879109cf62479cf 100644 (file)
@@ -1414,12 +1414,6 @@ gtk_box_init (GtkBox *box)
   _gtk_orientable_set_style_classes (GTK_ORIENTABLE (box));
 }
 
-GtkCssGadget *
-gtk_box_get_gadget (GtkBox *box)
-{
-  return box->priv->gadget;
-}
-
 /**
  * gtk_box_new:
  * @orientation: the box’s orientation.
index 85448ff3b76a2c16bd98e8619bcdb260ceaef2e6..6d1fbad2712378d60ee2b3587ed471d2d7cf680b 100644 (file)
 
 G_BEGIN_DECLS
 
-
 GList      *_gtk_box_get_children       (GtkBox         *box);
 
-GtkCssGadget *gtk_box_get_gadget (GtkBox *box);
-
-
 G_END_DECLS
 
 #endif /* __GTK_BOX_PRIVATE_H__ */